home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Wayzata's Best of Shareware PC/Windows 2
/
Wayzata's Best of Shareware 2.0 (Windows) (Wayzata Technology)(7112)(1994).bin
/
pc
/
dos
/
music
/
med135
/
readme.bat
< prev
next >
Wrap
DOS Batch File
|
1992-03-28
|
512b
|
21 lines
@echo off
cls
if x%1x==xx goto:help
type readme.doc
%1\read<readme.sbt >NUL
goto:end
:help
echo If you have a Sound Blaster, run this program again using the
echo paramter to specify your Sound Blaster Talker Directory.
echo.
echo Don't forget to load your Smooth Talker Driver by changing
echo into your Sound Blaster Directory and typing SBTALKER.
echo.
echo Example README D:\SB\SBTALKER
echo.
echo If you don't have a Sound Blaster, simply type
echo.
echo TYPE README.DOC
echo.
:end